home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'vcspell3.pas' rev: 3.00
-
- #ifndef vcspell3HPP
- #define vcspell3HPP
- #include <Controls.hpp>
- #include <StdVCL.hpp>
- #include <OleCtrls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <ActiveX.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Vcspell3
- {
- //-- type declarations -------------------------------------------------------
- __dispinterface _DVSpell;
- typedef System::DelphiInterface<_DVSpell> _di__DVSpell;
- __dispinterface _DVSpell: public IDispatch /* __guid="{97F4CED1-9103-11CE-8385-524153480001}" */
- {
-
- };
- typedef _DVSpell VSSpell;
-
- typedef Olectrls::TOleEnum DictionaryCategories;
-
- typedef Olectrls::TOleEnum DictionaryStatusBits;
-
- typedef Olectrls::TOleEnum DictionaryLanguageCodes;
-
- typedef Olectrls::TOleEnum EventOptionBits;
-
- typedef Olectrls::TOleEnum SearchOrderCodes;
-
- typedef Olectrls::TOleEnum SpellOptionBits;
-
- typedef Olectrls::TOleEnum SuggestOptionBits;
-
- typedef Olectrls::TOleEnum IgnoreReplaceCodes;
-
- typedef Olectrls::TOleEnum EventActionCodes;
-
- typedef Olectrls::TOleEnum ButtonClickBits;
-
- typedef Olectrls::TOleEnum DialogElementBits;
-
- typedef Olectrls::TOleEnum ResultStatusCodes;
-
- typedef Olectrls::TOleEnum ResultErrorCodes;
-
- typedef Olectrls::TOleEnum RuntimeErrorCodes;
-
- typedef Olectrls::TOleEnum MiscellaneousCodes;
-
- __dispinterface _DVSpellEvents;
- typedef System::DelphiInterface<_DVSpellEvents> _di__DVSpellEvents;
- __dispinterface _DVSpellEvents: public IDispatch /* __guid="{97F4CED2-9103-11CE-8385-524153480001}" */
-
- {
-
- };
-
- typedef void __fastcall (__closure *TVSSpellMisspelled)(System::TObject* Sender, short &EventAction)
- ;
-
- typedef void __fastcall (__closure *TVSSpellComplete)(System::TObject* Sender, short &EventAction);
-
- typedef void __fastcall (__closure *TVSSpellFound)(System::TObject* Sender, short &EventAction);
-
- typedef void __fastcall (__closure *TVSSpellBeforeReplace)(System::TObject* Sender, short &EventAction
- );
-
- typedef void __fastcall (__closure *TVSSpellAfterReplace)(System::TObject* Sender, short &EventAction
- );
-
- typedef void __fastcall (__closure *TVSSpellAfterPopup)(System::TObject* Sender, short &EventAction)
- ;
-
- typedef void __fastcall (__closure *TVSSpellCheckStatus)(System::TObject* Sender, short &EventAction
- );
-
- typedef void __fastcall (__closure *TVSSpellCheckError)(System::TObject* Sender, short &EventAction)
- ;
-
- typedef void __fastcall (__closure *TVSSpellClickIn)(System::TObject* Sender, short &EventAction);
-
- typedef void __fastcall (__closure *TVSSpellClickOut)(System::TObject* Sender, short &EventAction);
-
- class DELPHICLASS TVSSpell;
- class PASCALIMPLEMENTATION TVSSpell : public Olectrls::TOleControl
- {
- typedef Olectrls::TOleControl inherited;
-
- private:
- TVSSpellMisspelled FOnMisspelled;
- TVSSpellComplete FOnComplete;
- TVSSpellFound FOnFound;
- TVSSpellBeforeReplace FOnBeforeReplace;
- TVSSpellAfterReplace FOnAfterReplace;
- TVSSpellAfterPopup FOnAfterPopup;
- TVSSpellCheckStatus FOnCheckStatus;
- TVSSpellCheckError FOnCheckError;
- TVSSpellClickIn FOnClickIn;
- TVSSpellClickOut FOnClickOut;
- _di__DVSpell FIntf;
- void __fastcall Set_OpenStandard(Word loadit, const System::WideString Value);
- short __fastcall Get_DictionaryLanguage(short index);
- System::WideString __fastcall Get_DictionaryName(short index);
- short __fastcall Get_DictionaryStatus(short index);
- Word __fastcall Get_DictionaryIsEnabled(short index);
- System::WideString __fastcall Get_DictionaryNameFull(short index);
- Word __fastcall Get_StandardIRListIsEnabled(short index);
- Word __fastcall Get_DictionaryIsLoaded(short index);
- short __fastcall Get_DictionaryPerformance(short index);
- void __fastcall Set_DictionaryPerformance(short index, short Value);
- System::WideString __fastcall Get_Suggestion(short index);
- Word __fastcall Get_CustomIsUpdateable(short index);
- void __fastcall Set_AddToStandardIRList(short index, short Value);
- void __fastcall Set_AddSuggestion(short matchcode, const System::WideString Value);
- void __fastcall Set_AddToCustom(short index, short Value);
- void __fastcall Set_ClearStandardIRList(short index, short Value);
- void __fastcall Set_CloseDictionary(short index, short Value);
- void __fastcall Set_GetEntry(short index, int Value);
- void __fastcall Set_RemoveFromStandardIRList(short index, const System::WideString Value);
- short __fastcall Get_DictionaryPerformanceActual(short index);
- short __fastcall Get_DictionaryBlockCount(short index);
- short __fastcall Get_DictionaryBlockSize(short index);
- short __fastcall Get_DictionaryCommonCount(short index);
- short __fastcall Get_DictionaryCompatibilityBits(short index);
- System::WideString __fastcall Get_DictionaryCopyright(short index);
- System::WideString __fastcall Get_DictionaryCopyrightDerived(short index);
- short __fastcall Get_DictionaryFlags(short index);
- short __fastcall Get_DictionaryLoadCount(short index);
- short __fastcall Get_DictionaryMakerVersion(short index);
- short __fastcall Get_DictionaryOpenCount(short index);
- short __fastcall Get_DictionarySymbolSetSize(short index);
- int __fastcall Get_DictionaryWordCount(short index);
- void __fastcall Set_CreateCustomExtended(short index, const System::WideString Value);
- void __fastcall Set_EnableDictionary(short index, Word Value);
- void __fastcall Set_EnableCustomUpdate(short index, Word Value);
- void __fastcall Set_LoadDictionary(short index, short Value);
- void __fastcall Set_UnloadDictionary(short index, short Value);
- Word __fastcall Get_CustomIsReadOnly(short index);
- Word __fastcall Get_CustomIsExtended(short index);
- void __fastcall Set_EnableStandardIRList(short index, Word Value);
- void __fastcall Set_OpenCustom(Word loadit, const System::WideString Value);
-
- protected:
- virtual void __fastcall InitControlData(void);
- virtual void __fastcall InitControlInterface(const _di_IUnknown Obj);
-
- public:
- void __fastcall AboutBox(void);
- __property _di__DVSpell ControlInterface = {read=FIntf};
- __property System::WideString OpenStandard[Word loadit] = {write=Set_OpenStandard};
- __property short DictionaryLanguage[short index] = {read=Get_DictionaryLanguage};
- __property System::WideString DictionaryName[short index] = {read=Get_DictionaryName};
- __property short DictionaryStatus[short index] = {read=Get_DictionaryStatus};
- __property Word DictionaryIsEnabled[short index] = {read=Get_DictionaryIsEnabled};
- __property System::WideString DictionaryNameFull[short index] = {read=Get_DictionaryNameFull};
- __property Word StandardIRListIsEnabled[short index] = {read=Get_StandardIRListIsEnabled};
- __property Word DictionaryIsLoaded[short index] = {read=Get_DictionaryIsLoaded};
- __property short DictionaryPerformance[short index] = {read=Get_DictionaryPerformance, write=Set_DictionaryPerformance
- };
- __property System::WideString Suggestion[short index] = {read=Get_Suggestion};
- __property Word CustomIsUpdateable[short index] = {read=Get_CustomIsUpdateable};
- __property short AddToStandardIRList[short index] = {write=Set_AddToStandardIRList};
- __property System::WideString AddSuggestion[short matchcode] = {write=Set_AddSuggestion};
- __property short AddToCustom[short index] = {write=Set_AddToCustom};
- __property short ClearStandardIRList[short index] = {write=Set_ClearStandardIRList};
- __property short CloseDictionary[short index] = {write=Set_CloseDictionary};
- __property int GetEntry[short index] = {write=Set_GetEntry};
- __property System::WideString RemoveFromStandardIRList[short index] = {write=Set_RemoveFromStandardIRList
- };
- __property short DictionaryPerformanceActual[short index] = {read=Get_DictionaryPerformanceActual};
-
- __property short DictionaryBlockCount[short index] = {read=Get_DictionaryBlockCount};
- __property short DictionaryBlockSize[short index] = {read=Get_DictionaryBlockSize};
- __property short DictionaryCommonCount[short index] = {read=Get_DictionaryCommonCount};
- __property short DictionaryCompatibilityBits[short index] = {read=Get_DictionaryCompatibilityBits};
-
- __property System::WideString DictionaryCopyright[short index] = {read=Get_DictionaryCopyright};
- __property System::WideString DictionaryCopyrightDerived[short index] = {read=Get_DictionaryCopyrightDerived
- };
- __property short DictionaryFlags[short index] = {read=Get_DictionaryFlags};
- __property short DictionaryLoadCount[short index] = {read=Get_DictionaryLoadCount};
- __property short DictionaryMakerVersion[short index] = {read=Get_DictionaryMakerVersion};
- __property short DictionaryOpenCount[short index] = {read=Get_DictionaryOpenCount};
- __property short DictionarySymbolSetSize[short index] = {read=Get_DictionarySymbolSetSize};
- __property int DictionaryWordCount[short index] = {read=Get_DictionaryWordCount};
- __property System::WideString CreateCustomExtended[short index] = {write=Set_CreateCustomExtended};
-
- __property Word EnableDictionary[short index] = {write=Set_EnableDictionary};
- __property Word EnableCustomUpdate[short index] = {write=Set_EnableCustomUpdate};
- __property short LoadDictionary[short index] = {write=Set_LoadDictionary};
- __property short UnloadDictionary[short index] = {write=Set_UnloadDictionary};
- __property Word CustomIsReadOnly[short index] = {read=Get_CustomIsReadOnly};
- __property Word CustomIsExtended[short index] = {read=Get_CustomIsExtended};
- __property Word EnableStandardIRList[short index] = {write=Set_EnableStandardIRList};
- __property System::WideString OpenCustom[Word loadit] = {write=Set_OpenCustom};
-
- __published:
- __property Word AutoPopup = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=4, nodefault
- };
- __property Word AutoReplace = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=5,
- nodefault};
- __property Word AutoSuggest = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=6,
- nodefault};
- __property short BreakWordCount = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=7
- , nodefault};
- __property short CacheSize = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=8, nodefault
- };
- __property short ErrorOffset = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=1,
- nodefault};
- __property Word IgnoreFullCaps = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=9
- , nodefault};
- __property Word IgnorePartialNumbers = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false,
- index=10, nodefault};
- __property short MaxSuggestions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=11
- , nodefault};
- __property Word MultiLine = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=12, nodefault
- };
- __property short SuggestionsLimit = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=13
- , nodefault};
- __property System::WideString Version = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=14};
- __property int CurrentLine = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=15, nodefault
- };
- __property short CustomCount = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=16
- , nodefault};
- __property int DLLHandle = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=17, nodefault
- };
- __property short EventOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=18
- , nodefault};
- __property System::WideString Hyphenation = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=19};
- __property short IRAction = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=20, nodefault
- };
- __property short IRWhereFound = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=21
- , nodefault};
- __property System::WideString LineBreak = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=22};
- __property short LineOffset = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=23,
- nodefault};
- __property System::WideString MisspelledWord = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=24};
- __property int ReplaceCount = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=25, nodefault
- };
- __property System::WideString ReplacementWord = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=26};
- __property short ResultCode = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=27,
- nodefault};
- __property int ResumeOffset = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=28, nodefault
- };
- __property short SearchOrder = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=29
- , nodefault};
- __property short SpellOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=30
- , nodefault};
- __property short StandardCount = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=31
- , nodefault};
- __property short SuggestOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=32
- , nodefault};
- __property short SuggestionCount = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=33
- , nodefault};
- __property System::WideString Text = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=34};
- __property short WhereFound = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=35,
- nodefault};
- __property int WordCount = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=36, nodefault
- };
- __property int WordOffset = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=37, nodefault
- };
- __property Word AllowJoinedWords = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=38
- , nodefault};
- __property int DialogLeft = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=39, nodefault
- };
- __property int DialogTop = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=40, nodefault
- };
- __property Word ReplaceRecheck = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=41
- , nodefault};
- __property Graphics::TColor DialogBgColor = {read=GetTColorProp, write=SetTColorProp, stored=false,
- index=42, nodefault};
- __property int DialogLeftActual = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=43
- , nodefault};
- __property int DialogTopActual = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=44
- , nodefault};
- __property Word ReplaceOccurred = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=45
- , nodefault};
- __property Word SuggestionsMade = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=46
- , nodefault};
- __property short WordLength = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=47,
- nodefault};
- __property int CacheHits = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=48, nodefault
- };
- __property int CacheMisses = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=49, nodefault
- };
- __property int TimerTicks = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=50, nodefault
- };
- __property int UserData = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=51, nodefault
- };
- __property System::WideString CheckedWord = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=52};
- __property Word CommonIRListIsEnabled = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false,
- index=53, nodefault};
- __property System::WideString WordMisspelledTitle = {read=GetWideStringProp, write=SetWideStringProp
- , stored=false, index=54};
- __property System::WideString OptionsTitle = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=55};
- __property System::WideString ErrorTitle = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=56};
- __property System::WideString WordMisspelledHelpFile = {read=GetWideStringProp, write=SetWideStringProp
- , stored=false, index=57};
- __property System::WideString OptionsHelpFile = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=58};
- __property int DialogElements = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=59,
- nodefault};
- __property int DialogWidth = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=60, nodefault
- };
- __property int DialogHeight = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=61, nodefault
- };
- __property System::WideString ErrorText = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=62};
- __property int ClickedButton = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=63,
- nodefault};
- __property int ClickInfo = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=64, nodefault
- };
- __property System::WideString ClickInfoText = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=65};
- __property short AddToCommonIRList = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=66
- , nodefault};
- __property short BeginCheck = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=67,
- nodefault};
- __property System::WideString CheckText = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=68};
- __property System::WideString CheckWord = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=69};
- __property short ClearCounts = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=70
- , nodefault};
- __property short ClearOffsets = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=71
- , nodefault};
- __property System::WideString FindSuggestions = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=72};
- __property short ReplaceLastWord = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=73
- , nodefault};
- __property short ResumeCheck = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=74
- , nodefault};
- __property short ClearSuggestions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=75
- , nodefault};
- __property short PopupError = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=76,
- nodefault};
- __property short PopupOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=77
- , nodefault};
- __property short PopupWordMisspelled = {read=GetSmallintProp, write=SetSmallintProp, stored=false,
- index=78, nodefault};
- __property System::WideString CreateCustom = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=79};
- __property short ResumeWithRecheck = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=80
- , nodefault};
- __property Word EnableCommonIRList = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=81
- , nodefault};
- __property short ClearCommonIRList = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=82
- , nodefault};
- __property System::WideString RemoveFromCommonIRList = {read=GetWideStringProp, write=SetWideStringProp
- , stored=false, index=83};
- __property short EnableEventOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=84
- , nodefault};
- __property short DisableEventOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false,
- index=85, nodefault};
- __property short EnableSpellOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=86
- , nodefault};
- __property short DisableSpellOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false,
- index=87, nodefault};
- __property short EnableSuggestOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false,
- index=88, nodefault};
- __property short DisableSuggestOptions = {read=GetSmallintProp, write=SetSmallintProp, stored=false
- , index=89, nodefault};
- __property int EnableDialogElements = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=90
- , nodefault};
- __property int DisableDialogElements = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=91
- , nodefault};
- __property System::WideString _Text = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=0};
- __property System::WideString StandardDictionary = {read=GetWideStringProp, write=SetWideStringProp
- , stored=false, index=2};
- __property System::WideString CustomDictionary = {read=GetWideStringProp, write=SetWideStringProp,
- stored=false, index=3};
- __property TVSSpellMisspelled OnMisspelled = {read=FOnMisspelled, write=FOnMisspelled};
- __property TVSSpellComplete OnComplete = {read=FOnComplete, write=FOnComplete};
- __property TVSSpellFound OnFound = {read=FOnFound, write=FOnFound};
- __property TVSSpellBeforeReplace OnBeforeReplace = {read=FOnBeforeReplace, write=FOnBeforeReplace};
-
- __property TVSSpellAfterReplace OnAfterReplace = {read=FOnAfterReplace, write=FOnAfterReplace};
- __property TVSSpellAfterPopup OnAfterPopup = {read=FOnAfterPopup, write=FOnAfterPopup};
- __property TVSSpellCheckStatus OnCheckStatus = {read=FOnCheckStatus, write=FOnCheckStatus};
- __property TVSSpellCheckError OnCheckError = {read=FOnCheckError, write=FOnCheckError};
- __property TVSSpellClickIn OnClickIn = {read=FOnClickIn, write=FOnClickIn};
- __property TVSSpellClickOut OnClickOut = {read=FOnClickOut, write=FOnClickOut};
- public:
- /* TOleControl.Create */ __fastcall virtual TVSSpell(Classes::TComponent* AOwner) : Olectrls::TOleControl(
- AOwner) { }
- /* TOleControl.Destroy */ __fastcall virtual ~TVSSpell(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TVSSpell(HWND ParentWindow) : Olectrls::TOleControl(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE GUID LIBID_VspelocxLib;
- #define VSCAT_STANDARD (Word)(256)
- #define VSCAT_IRLIST (Word)(256)
- #define VSCAT_CUSTOM (Word)(512)
- #define VSCAT_ENABLED (Word)(1024)
- #define VSCAT_DISABLED (Word)(2048)
- #define VSDSTAT_ENABLED (Byte)(1)
- #define VSDSTAT_LOADED (Byte)(2)
- #define VSDSTAT_IRLIST_ENABLED (Byte)(4)
- #define VSDSTAT_UPDATEABLE (Byte)(8)
- #define VSDSTAT_READONLY (Byte)(16)
- #define VSDSTAT_EXTENDED (Byte)(32)
- #define VSDSTAT_HYPHENATION (Byte)(64)
- #define VSDSTAT_PHONETICS (Byte)(128)
- #define VSDSTAT_COMMONLIST (Word)(256)
- #define VSLANG_AMERICAN (Byte)(0)
- #define VSLANG_ENGLISH (Byte)(1)
- #define VSLANG_FRENCH (Byte)(2)
- #define VSLANG_GERMAN (Byte)(3)
- #define VSLANG_SPANISH (Byte)(4)
- #define VSLANG_PORTUGUESE (Byte)(5)
- #define VSLANG_ITALIAN (Byte)(6)
- #define VSLANG_DUTCH (Byte)(7)
- #define VSLANG_SWEDISH (Byte)(8)
- #define VSLANG_FINNISH (Byte)(9)
- #define VSLANG_NORWEGIAN (Byte)(10)
- #define VSLANG_LATIN (Byte)(11)
- #define VSLANG_WELSH (Byte)(12)
- #define VSLANG_POLISH (Byte)(13)
- #define VSLANG_HUNGARIAN (Byte)(14)
- #define VSLANG_FLEMISH (Byte)(15)
- #define VSLANG_CZECH (Byte)(16)
- #define VSLANG_ICELANDIC (Byte)(17)
- #define VSLANG_ESPERANTO (Byte)(18)
- #define VSLANG_CATALAN (Byte)(19)
- #define VSLANG_ROMANIAN (Byte)(20)
- #define VSLANG_BULGARIAN (Byte)(21)
- #define VSLANG_RUSSIAN (Byte)(22)
- #define VSLANG_QUECHUA (Byte)(23)
- #define VSLANG_TURKISH (Byte)(24)
- #define VSLANG_INDONESIAN (Byte)(25)
- #define VSLANG_HEBREW (Byte)(26)
- #define VSLANG_DANISH (Byte)(27)
- #define VSLANG_CANADIAN (Byte)(28)
- #define VSEVOPT_COMPLETE (Byte)(1)
- #define VSEVOPT_FOUND (Byte)(2)
- #define VSEVOPT_MISSPELLED (Byte)(4)
- #define VSEVOPT_BEFORE_REPLACE (Byte)(8)
- #define VSEVOPT_AFTER_POPUP (Byte)(16)
- #define VSEVOPT_CHECK_STATUS (Byte)(32)
- #define VSEVOPT_CHECK_ERROR (Byte)(64)
- #define VSEVOPT_AFTER_REPLACE (Byte)(128)
- #define VSEVOPT_CLICK_IN (Word)(256)
- #define VSEVOPT_CLICK_OUT (Word)(512)
- #define VSEVOPT_DEFAULTS (int)(65533)
- #define VSORDER_SCIR (Byte)(0)
- #define VSORDER_CIRS (Byte)(2)
- #define VSORDER_IRSC (Byte)(3)
- #define VSORDER_SIRC (Byte)(4)
- #define VSORDER_CSIR (Byte)(6)
- #define VSORDER_IRCS (Byte)(7)
- #define VSORDER_NO_LOOKAHEAD (Byte)(8)
- #define VSOPT_AUTO_REPLACE (Byte)(1)
- #define VSOPT_AUTO_SUGGEST (Byte)(2)
- #define VSOPT_AUTO_POPUP (Byte)(4)
- #define VSOPT_IGNORE_FULL_CAPS (Byte)(8)
- #define VSOPT_IGNORE_PARTIAL_NUMBERS (Byte)(16)
- #define VSOPT_MULTILINE (Byte)(32)
- #define VSOPT_IGNORE_PURE_NUMBERS (Byte)(64)
- #define VSOPT_ALLOW_JOINED_WORDS (Byte)(128)
- #define VSOPT_EXACT_MATCH (Word)(256)
- #define VSOPT_RETURN_EACH_WORD (Word)(512)
- #define VSOPT_REPLACE_RECHECK (Word)(1024)
- #define VSOPT_DEFAULTS (Word)(1127)
- #define VSSUGOPT_CAPITALIZATION (Byte)(1)
- #define VSSUGOPT_CHARSWAP (Byte)(2)
- #define VSSUGOPT_DELETES (Byte)(4)
- #define VSSUGOPT_DOUBLES (Byte)(8)
- #define VSSUGOPT_HYPHENS (Byte)(16)
- #define VSSUGOPT_SPLITS (Byte)(32)
- #define VSSUGOPT_EXCHANGES (Byte)(64)
- #define VSSUGOPT_INSERTIONS (Word)(512)
- #define VSSUGOPT_DEFAULTS (Word)(639)
- #define VSIR_GLOBAL (Byte)(1)
- #define VSIR_PROMPT (Byte)(2)
- #define VSIR_IGNORE (Byte)(4)
- #define VSIR_REPLACE (Byte)(8)
- #define VSIR_HYPHENATION (Byte)(16)
- #define VSIR_SPELLED_OK (Byte)(5)
- #define VSIR_REPLACE_ALL (Byte)(9)
- #define VSIR_MISSPELLED (Byte)(6)
- #define VSIR_PROMPT_REPLACE (Byte)(10)
- #define VS_DEFAULT_HANDLING (Byte)(0)
- #define VS_EVENT_HANDLED (Byte)(1)
- #define VS_CANCEL_SPELLCHECK (Byte)(2)
- #define VSCLICK_WORD_MISSPELLED_HELP (Byte)(1)
- #define VSCLICK_OPTIONS (Byte)(2)
- #define VSCLICK_PROMPT_REPLACE (Byte)(4)
- #define VSCLICK_ADD_TO_CUSTOM (Byte)(8)
- #define VSCLICK_REPLACE_ALL (Byte)(16)
- #define VSCLICK_REPLACE (Byte)(32)
- #define VSCLICK_IGNORE_ALL (Byte)(64)
- #define VSCLICK_IGNORE (Byte)(128)
- #define VSCLICK_SUGGEST_NOT_FOUND (Word)(256)
- #define VSCLICK_SUGGEST_REPLACE_WITH (Word)(512)
- #define VSCLICK_CANCEL_SPELLCHECK (Word)(1024)
- #define VSCLICK_THESAURUS (Word)(2048)
- #define VSCLICK_OPTIONS_HELP (int)(65536)
- #define VSCLICK_OPTIONS_OK (int)(131072)
- #define VSCLICK_OPTIONS_CANCEL (int)(262144)
- #define VSCLICK_OPEN_CUSTOM (int)(524288)
- #define VSCLICK_CLOSE_CUSTOM (int)(1048576)
- #define VSCLICK_OPEN_STANDARD (int)(2097152)
- #define VSCLICK_CLOSE_STANDARD (int)(4194304)
- #define VSCLICK_THESAURUS_OK (int)(16777216)
- #define VSCLICK_THESAURUS_SEARCH (int)(33554432)
- #define VSCLICK_THESAURUS_CANCEL (int)(67108864)
- #define VSCLICK_THESAURUS_HELP (int)(134217728)
- #define VSD_WORD_MISSPELLED_HELP (Byte)(1)
- #define VSD_OPTIONS (Byte)(2)
- #define VSD_PROMPT_REPLACE (Byte)(4)
- #define VSD_ADD_TO_CUSTOM (Byte)(8)
- #define VSD_REPLACE_ALL (Byte)(16)
- #define VSD_REPLACE (Byte)(32)
- #define VSD_IGNORE_ALL (Byte)(64)
- #define VSD_IGNORE (Byte)(128)
- #define VSD_SUGGEST_NOT_FOUND (Word)(256)
- #define VSD_SUGGEST_REPLACE_WITH (Word)(512)
- #define VSD_CANCEL_SPELLCHECK (Word)(1024)
- #define VSD_SUGGESTIONS_LIST (Word)(2048)
- #define VSD_REPLACE_BOX (Word)(4096)
- #define VSD_CUSTOM_LIST (Word)(8192)
- #define VSD_THESAURUS (Word)(16384)
- #define VSD_OPTIONS_HELP (int)(65536)
- #define VSD_CUSTOMS (int)(131072)
- #define VSD_STANDARDS (int)(262144)
- #define VSD_PERFORMANCE (int)(524288)
- #define VSD_SUGGESTION_LIMIT (int)(1048576)
- #define VSD_AUTO_SUGGESTIONS (int)(2097152)
- #define VSD_EXACT_MATCH (int)(4194304)
- #define VSD_IGNORE_FULL_CAPS (int)(8388608)
- #define VSD_IGNORE_PARTIAL (int)(16777216)
- #define VSD_IGNORE_PURE (int)(33554432)
- #define VSD_ALLOW_JOINED (int)(67108864)
- #define VSD_RECHECK (int)(134217728)
- #define VSD_THESAURUS_HELP (int)(268435456)
- #define VSD_THESAURUS_SEARCH (int)(536870912)
- #define VSR_WORD_MISSPELLED (Shortint)(-1)
- #define VSR_IGNORE_REPLACE (Shortint)(-2)
- #define VSR_CHECK_CANCELED (Shortint)(-3)
- #define VSR_BREAK (Shortint)(-4)
- #define VSR_FOUND (Shortint)(-5)
- #define VSR_REPLACED (Shortint)(-6)
- #define VSR_CHANGED (Shortint)(-7)
- #define VSR_END_LIST (Shortint)(-8)
- #define VSR_ENTRY_NOT_FOUND (Shortint)(-9)
- #define VSR_OPENED_READONLY (Shortint)(-11)
- #define VSR_REPLACE_OVERFLOW (Shortint)(-12)
- #define VSR_NOT_ADDED (Shortint)(-13)
- #define VSR_POPPED (Shortint)(-14)
- #define VSR_CLICK_IN (Shortint)(-15)
- #define VSR_CLICK_OUT (Shortint)(-16)
- #define VSR_NO_ERROR (Byte)(0)
- #define VSR_WORD_TOO_LONG (Byte)(1)
- #define VSR_NO_MISSPELL (Byte)(2)
- #define VSR_ALREADY_OPEN (Byte)(4)
- #define VSR_OPEN_FAILED (Byte)(5)
- #define VSR_CREATE_FAILED (Byte)(6)
- #define VSR_INVALID_DICTIONARY (Byte)(7)
- #define VSR_WRITE_FAILURE (Byte)(9)
- #define VSR_READ_FAILURE (Byte)(10)
- #define VSR_BAD_FILE_NAME (Byte)(11)
- #define VSR_NOT_UPDATEABLE (Byte)(12)
- #define VSR_DUPLICATE_WORD (Byte)(13)
- #define VSR_BAD_CUSTOM (Byte)(14)
- #define VSR_IN_EVENT (Byte)(15)
- #define VSR_NOT_LOADED (Byte)(16)
- #define VSR_REPLACE_ERROR (Byte)(17)
- #define VSR_CACHE_ERROR (Byte)(18)
- #define VSR_INVALID_CONTEXT (Byte)(19)
- #define VSR_NOTHING_TO_CHECK (Byte)(20)
- #define VSR_DIALOG_ERROR (Byte)(21)
- #define VSR_OUT_OF_MEMORY (Byte)(22)
- #define VSR_BAD_INDEX (Byte)(23)
- #define VSR_OUT_OF_STRING_SPACE (Byte)(24)
- #define VSR_IN_DIALOG (Byte)(25)
- #define VSR_FILE_EXISTS (Byte)(26)
- #define VB_OFFSET (Word)(32350)
- #define VBR_WORD_TOO_LONG (Word)(32351)
- #define VBR_NO_MISSPELL (Word)(32352)
- #define VBR_ALREADY_OPEN (Word)(32354)
- #define VBR_OPEN_FAILED (Word)(32355)
- #define VBR_CREATE_FAILED (Word)(32356)
- #define VBR_INVALID_DICTIONARY (Word)(32357)
- #define VBR_WRITE_FAILURE (Word)(32359)
- #define VBR_READ_FAILURE (Word)(32360)
- #define VBR_BAD_FILE_NAME (Word)(32361)
- #define VBR_NOT_UPDATEABLE (Word)(32362)
- #define VBR_DUPLICATE_WORD (Word)(32363)
- #define VBR_BAD_CUSTOM (Word)(32364)
- #define VBR_IN_EVENT (Word)(32365)
- #define VBR_NOT_LOADED (Word)(32366)
- #define VBR_REPLACE_ERROR (Word)(32367)
- #define VBR_CACHE_ERROR (Word)(32368)
- #define VBR_INVALID_CONTEXT (Word)(32369)
- #define VBR_NOTHING_TO_CHECK (Word)(32370)
- #define VBR_DIALOG_ERROR (Word)(32371)
- #define VBR_OUT_OF_MEMORY (Word)(32372)
- #define VBR_BAD_INDEX (Word)(32373)
- #define VBR_OUT_OF_STRING_SPACE (Word)(32374)
- #define VBR_IN_DIALOG (Word)(32375)
- #define VBR_FILE_EXISTS (Word)(32376)
- #define VS_ALL (Byte)(0)
- #define VS_MAXWORDSIZE (Byte)(75)
- extern PACKAGE GUID Class_VSSpell;
- extern PACKAGE void __fastcall Register(void);
-
- } /* namespace Vcspell3 */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Vcspell3;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // vcspell3
-